home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 201-225 / disk_204 / gnugrep / readme < prev    next >
Text File  |  1992-05-06  |  727b  |  19 lines

  1.  
  2. This is the GNU projects grep program.  It replaces grep, fgrep, egrep, and
  3. bmgrep.  The only changes I made were those required to get it to compile
  4. and run correctly on the Amiga.  I also forced the code to go through a
  5. common clean up and exit function as I am still unconvinced Lattice C 5.02
  6. cleans up properly in all situations.
  7.  
  8. Even though it is twice the size of the grep that comes with Lattice C,
  9. it is far faster, and offers many more features.
  10.  
  11. The egrep binary was created with the following command line:
  12. lc -L -DUSG -DEGREP egrep.c alloca.c dfa.c getopt.c regex.c
  13.  
  14. This means it uses the characters under the EGREP column in the man page.
  15. Egrep needs about 15K of stack space.
  16.  
  17. Jonathan Hue
  18. uunet!jvc!jonathan
  19.